body {
	font-family: 'Microsoft YaHei', 'Arial', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	overflow-x: hidden;
}

@-ms-viewport {
	width: auto !important;
}

@font-face {
	font-family: 'Oswald-Light';
	src: url('../fonts/hinted-Oswald-Light.eot');
	src: local('Oswald Light'), local('Oswald-Light'), url('../fonts/hinted-Oswald-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-Oswald-Light.woff2') format('woff2'), url('../fonts/hinted-Oswald-Light.woff') format('woff'), url('../fonts/hinted-Oswald-Light.ttf') format('truetype'), url('../fonts/hinted-Oswald-Light.svg#Oswald-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}

li,
ol,
ul {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:link,
a:visited {
	text-decoration: none;
	color: inherit;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

ul,
li,
p {
	margin: 0;
	padding: 0;
}

button,
input,
textarea {
	resize: none;
	border: none;
	outline: none;
}

button:focus,
input:focus,
textarea:focus {
	border: none;
	outline: none;
}

.slick-slide {
	outline: none;
}

.slick-slide a {
	outline: none !important;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.container {
	margin: 0 auto;
}

@media (min-width: 1470px) {
	.container {
		width: 1440px;
	}
}

.aa {
	transform: translate3d(0px, 0px, 0px) !important;
}


/*nav*/

.header {
	position: fixed;
	z-index: 99;
	top: 0;
	width: 100%;
	height: 140px;
	padding: 0 4%;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

@media (max-width: 1560px) {
	.header {
		padding: 0 15px;
	}
}

@media (max-width: 1199px) {
	.header {
		height: 70px;
		text-align: center;
	}
}

.header .logo {
	position: relative;
	float: left;
	overflow: hidden;
	height: 70px;
	margin-top: 45px;
}

.header .logo a {
	display: inline-block;
}

@media (max-width: 1199px) {
	.header .logo {
		display: block;
		margin-top: 10px;
	}
	.header .logo .logoa,
	.header .logo .logob {
		display: block;
		float: left;
		height: 55px;
	}
}

.header .logo a.logoa {
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .logo a.logob {
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header .logo img {
	height: 100%;
}

.header .nav-vertical {
	position: absolute;
	top: 140px;
	left: 4%;
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
}

@media (max-width: 1199px) {
	.header .nav-vertical {
		display: none;
	}
}

.header .nav-vertical>ul>li {
	position: relative;
	display: block;
}

.header .nav-vertical>ul>li>a {
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	position: relative;
	display: block;
	padding: 12px 0;
	padding-right: 15px;
	color: #fff;
}

.header .nav-vertical>ul>li:hover>a:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	margin-top: -6px;
	content: '';
	border-width: 7px 7px 7px 0;
	border-style: solid;
	border-color: transparent rgba(0, 0, 0, .5) transparent transparent;
}

.header .nav-vertical>ul>li:hover .level-2 {
	display: block;
}

.header .nav-vertical>ul>li .level-2 {
	position: absolute;
	top: 50%;
	left: 100%;
	display: none;
	padding: 20px 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(0, 0, 0, .5);
}

.header .nav-vertical>ul>li .level-2 li a {
	font-size: 14px;
	line-height: 2.2;
	display: block;
	color: #fff;
	white-space: nowrap;
}

.header .nav-vertical>ul>li .level-2 li a:hover {
	text-decoration: underline !important;
}

.header .nav-collapse {
	position: absolute;
	top: 15px;
	right: 5px;
	display: none;
	width: 40px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	background: none;
}

@media (max-width: 1199px) {
	.header .nav-collapse {
		display: block;
	}
	.header .nav-collapse.nav-collapse-1 {
		position: absolute;
		z-index: 9999;
		top: 10px;
		right: 20px;
		display: block;
		margin-top: 10px;
		border: none;
	}
	.header .nav-collapse.nav-collapse-1 .btn-line {
		background-color: #fff !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .nav-collapse.nav-collapse-xs:hover .btn-line {
		background-color: #000;
	}
}

.header .nav-collapse .btn-line {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 2px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	content: '';
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #fff;
}

.header .nav-collapse .btn-line:nth-child(1) {
	top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
	top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
	top: 65%;
}

.header .nav-collapse.active {
	border-color: transparent;
}

.header .nav-collapse.active .btn-line {
	background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
}

.header .nav {
	display: none;
	float: right;
}

@media (max-width: 1199px) {
	.header .nav {
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding: 0 50px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		background: #000;
	}
	.header .nav .tbl {
		display: table;
		width: 100%;
		height: 90%;
	}
	.header .nav .tbl-cell {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
}

@media (max-width: 767px) {
	.header .nav {
		width: 100%;
		padding: 30px;
	}
}

.header .nav.left-100 {
	left: -100%;
}

.header .nav.left-200 {
	left: -200%;
}

@media (min-width: 1200px) {
	.header .nav .nav-list1>li {
		display: inline-block;
		text-align: center;
	}
	.header .nav .nav-list1>li>a {
		font-size: 16px;
		font-weight: bold;
		color: #333333;
		line-height: 80px;
		position: relative;
		display: block;
		padding: 0 40px;
	}
	.header .nav .nav-list1>li:hover>a:after,
	.header .nav .nav-list1>li.active>a:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		display: block;
		width: 0;
		height: 0;
		margin-left: -4px;
		content: '';
		border-width: 0 7px 7px 7px;
		border-style: solid;
		border-color: transparent transparent #cecccb transparent;
	}
	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 100%;
		display: none;
		overflow: hidden;
		width: auto;
		min-width: 120px;
		padding: 10px 0;
		text-align: left;
		background-color: #cecccb;
		-webkit-transform: translateX(20%);
		-ms-transform: translateX(20%);
		transform: translateX(20%);
	}
	.header .nav .nav-list1 li:nth-child(3) .nav-list2 {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.header .nav .nav-list1 .nav-list2>li {
		display: block;
		list-style: none;
		-webkit-transition: -webkit-transform .6s ease;
		transition: -webkit-transform .6s ease;
		transition: transform .6s ease;
		transition: transform .6s ease, -webkit-transform .6s ease;
		color: #fff;
	}
	.header .nav .nav-list1 .nav-list2>li>a {
		line-height: 34px;
		position: relative;
		z-index: 1;
		display: block;
		padding: 0 20px;
	}
	.header .nav .nav-list1 .nav-list2>li:hover>a {
		text-decoration: underline;
	}
	.header .nav .nav-list1 .nav-list3 {
		position: relative;
		overflow: hidden;
		margin: 0 -10px;
		padding: 20px 0;
	}
	.header .nav .nav-list1 .nav-list3:before {
		position: absolute;
		top: 0;
		left: 10%;
		width: 80%;
		height: 1px;
		content: '';
		border-top: 1px dashed #dcd342;
	}
	.header .nav .nav-list1 .nav-list3 li {
		display: inline-block;
		padding: 0 10px;
	}
	.header .nav .nav-list1 .nav-list3 li a:before {
		display: inline-block;
		width: 6px;
		height: 6px;
		margin-right: 10px;
		content: '';
		vertical-align: middle;
		background-color: #df0023;
	}
	.header .nav .nav-list1 .nav-list3 li a:hover {
		color: #df0023;
	}
}

@media (min-width: 1200px) and (max-width: 1560px) {
	.header .nav .nav-list1>li>a {
		padding: 0 20px;
	}
}

@media (max-width: 1199px) {
	.header .nav .nav-list1 {
		margin: 20px 0;
		opacity: 0;
	}
	.header .nav .nav-list1>li {
		-webkit-transform: translateX(-25px);
		-ms-transform: translateX(-25px);
		transform: translateX(-25px);
		opacity: 0;
	}
	.header .nav .nav-list1>a {
		font-size: 20px;
		color: #fff;
	}
}

@media (max-width: 1199px) {
	.header .nav .nav-list2,
	.header .nav .nav-list3 {
		display: none;
	}
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		font-size: 16px;
		line-height: 2;
		margin-top: 5px;
		color: #fff;
	}
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
	display: block;
}

@media (max-height: 580px) {
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		margin-top: 0;
	}
}

.header .nav-2,
.header .nav-3 {
	display: none;
}

@media (max-width: 1199px) {
	.header .nav-2,
	.header .nav-3 {
		position: absolute;
		z-index: 9999;
		top: 0;
		display: block;
		overflow: hidden;
		width: 100%;
		height: 100%;
		padding: 20px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		color: #fff;
		background: #000;
	}
}

.header .nav-2 .nav-top,
.header .nav-3 .nav-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
	font-family: 'iconfont';
	font-size: 26px;
	content: '\e727';
}

.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2 {
	font-size: 30px;
	margin: 0;
}

@media (max-width: 767px) {
	.header .nav-2 .nav-top h2,
	.header .nav-3 .nav-top h2 {
		font-size: 20px;
		width: 100%;
	}
}

.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
	margin: 0;
}

.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
	background-color: #fff;
}

.header .nav-2 .content,
.header .nav-3 .content {
	margin-top: 12%;
}

@media (max-width: 767px) {
	.header .nav-2 .content ul,
	.header .nav-3 .content ul {
		padding: 0 15px;
	}
}

.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
	font-size: 16px;
	line-height: 50px;
	margin: 25px 0;
	text-align: left;
}

@media (max-width: 767px) {
	.header .nav-2 .content ul li,
	.header .nav-3 .content ul li {
		margin: 0;
	}
}

.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
	position: relative;
}

.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	content: '\e72f';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
	display: block;
}

.header .nav-2 {
	left: 100%;
}

.header .nav-3 {
	left: 200%;
}

.header .nav-3 .content ul li {
	font-size: 19px;
}

.header .fade-out ul {
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .fade-out ul {
		padding: 0 5%;
	}
}

@media (max-width: 991px) {
	.header .fade-out ul .pic {
		display: none !important;
	}
}

@media (max-width: 9919px) {
	.header .fade-out ul.nav-list1 {
		opacity: 1;
	}
	.header .fade-out ul.nav-list1 a {
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li {
		position: relative;
		margin: 20px 0;
	}
	.header .fade-out ul.nav-list1>li.act {
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	.header .fade-out ul.nav-list1>li.more:after {
		font-family: 'iconfont';
		font-size: 18px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -14px;
		content: '\e728';
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li>a {
		font-size: 18px;
		line-height: 2.6;
		display: block;
	}
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}

@media (max-width: 9919px) and (max-width: 767px) {
	.header .fade-out ul.nav-list1>li {
		margin: 0;
	}
}

@media (max-width: 9919px) and (max-height: 768px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 18px;
	}
}

@media (max-width: 9919px) and (max-width: 480px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 14px;
	}
}

@media (max-width: 1199px) {
	.header .fade-out ul.nav2-list2 .img-box {
		width: 250px;
		height: 90px;
		padding-bottom: 0;
	}
}

.header .fade-out ul.nav2-list2 h4 {
	font-size: 20px;
	line-height: 50px;
}

.header .language {
	float: right;
	margin: 28px 0 0 30px;
	opacity: 0;
}

@media (max-width: 1199px) {
	.header .language {
		margin: 25px 30px 0 0;
		/*opacity: 1;*/
	}
}

.header .language li {
	clear: both;
	text-align: left;
}

.header .language li a {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.header .language li a:before {
	display: inline-block;
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	content: '';
	background: url(../images/common/language.png) no-repeat;
	background-size: cover;
}

.header .language li.cn a:before {
	background-position: 0 0;
}

.header .language li.en a:before {
	background-position: -24px 0;
}

.header .language li a:hover {
	text-decoration: underline !important;
}

.header .lang {
	position: relative;
	top: 15px;
}

@media (max-width: 991px) {
	.header .lang {
		display: none;
	}
}

.header .lang li {
	clear: both;
	text-align: left;
}

.header .lang li a {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.header .lang li a:before {
	display: inline-block;
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	content: '';
	background: url(../images/common/language.png) no-repeat;
	background-size: cover;
}

.header .lang li.cn a:before {
	background-position: 0 0;
}

.header .lang li.en a:before {
	background-position: -24px 0;
}

.header .lang li a:hover {
	text-decoration: underline !important;
}

@media (max-width: 991px) {
	.header .lang {
		display: none;
	}
}

.header .find {
	line-height: 140px;
	float: right;
	margin-left: 34px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #fff;
}

.header .find:before {
	font-family: 'iconfont';
	font-size: 22px;
	float: left;
	content: '\e62c';
}

.header .find:hover {
	color: #fff100;
}

@media (max-width: 1360px) {
	.header .find {
		margin-left: 20px;
	}
}

@media (max-width: 1199px) {
	.header .find {
		line-height: 80px;
		position: absolute;
		top: 0;
		left: 10px;
		margin-left: 0;
	}
}

.header .search-box {
	position: fixed;
	z-index: 888;
	top: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0 3%;
	background-color: rgba(0, 0, 0, .96);
}

.header .search-box .search {
	line-height: 40px;
	overflow: hidden;
	zoom: 1;
	width: 240px;
	border: 1px solid #dbdbdb;
	border-radius: 40px;
}

.header .search-box .search:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

.header .search-box .input-text {
	float: left;
	height: 38px;
	padding-left: 10%;
	background: none;
}

@media (min-width: 768px) {
	.header .search-box .input-text {
		width: 100%;
		padding: 0 50px 0 3%;
	}
}

.header .search-box .input-submit {
	line-height: 36px;
	float: right;
	width: 50px;
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
	background: none;
}

.header .search-box .input-submit:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	content: '\e62c';
	color: #343434;
}

@media (min-width: 768px) {
	.header .search-box .input-submit {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
}

.header .search-box.search-xs {
	width: 100%;
	margin: 0;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	background: none;
}

@media (min-width: 1200px) {
	.header .search-box.search-xs {
		display: none;
	}
}

@media (max-width: 1199px) {
	.header .search-box.search-xs {
		position: absolute;
		z-index: 0;
		top: auto;
		right: 0;
		bottom: 0;
		bottom: 30px;
		display: inline-block;
		height: 34px;
	}
}

.header .search-box.search-xs.show {
	z-index: 66;
}

.header .search-box.search-xs.show .search {
	left: 0;
}

.header .search-box.search-xs .search {
	position: absolute;
	z-index: 888;
	top: 0;
	left: 120%;
	width: 100%;
	-webkit-transition: left .3s;
	transition: left .3s;
	border-color: #fff;
	background: #fff;
}

@media (max-width: 360px) {
	.header .search-box.search-xs form .input-text {
		width: 74%;
	}
}

@media (max-width: 767px) {
	.header .search-box.search-xs form .input-text {
		padding-left: 5%;
	}
}

.header .search-box.search-xs .input-submit {
	line-height: 34px;
	background: #fff;
}

.header .search-box.search-xs .input-submit:before {
	color: #104384;
}

.header .search-icon {
	position: absolute;
	z-index: 10;
	top: 18px;
	left: 15px;
	display: inline-block;
	cursor: pointer;
}

.header .search-icon:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	content: '\e62c';
	color: #fff100;
}

.header .search-lg {
	top: 0;
}

.header .search-lg .logo {
	margin-top: 20px;
	margin-left: 0;
}

.header .search-lg .search {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 90%;
	margin: auto;
	padding: 0 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	border-bottom: 3px solid #1f1e1e;
	border-radius: 0;
}

.header .search-lg .search p {
	margin-bottom: 50px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
}

.header .search-lg .input-text {
	font-size: 20px;
	line-height: 30px;
	width: 80%;
	height: 60px;
	padding: 0;
	padding-bottom: 30px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	color: #fff;
}

.header .search-lg .close-btn {
	position: fixed;
	top: 34px;
	right: 18%;
	cursor: pointer;
}

@media (max-width: 1440px) {
	.header .search-lg .close-btn {
		right: 8%;
	}
}

.header .search-lg .close-btn:before {
	font-size: 20px;
	content: '\2716';
	color: #fff;
}

.header .nav-phone {
	position: absolute;
	bottom: 30px;
	display: none;
}

@media (max-width: 1199px) {
	.header .nav-phone {
		display: block;
	}
}

.header .nav-phone ul {
	margin: 0 -10px;
}

.header .nav-phone ul li {
	display: inline-block;
}

.header .nav-phone ul li a {
	font-size: 16px;
	padding: 0 10px;
	text-transform: uppercase;
	color: #fff;
}

.header.header-down {
	height: 80px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

@media (max-width: 1199px) {
	.header.header-down {
		height: 70px;
	}
}

.header.header-down .logo {
	margin-top: 6px;
}

@media (max-width: 1199px) {
	.header.header-down .logo {
		margin-top: 8px;
	}
}

.header.header-down .logo a.logoa {
	width: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header.header-down .logo a.logob {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header.header-down .nav {
	display: block;
	-webkit-animation: fadeInDown 1s 0s ease both;
	animation: fadeInDown 1s 0s ease both;
}

@media (max-width: 1199px) {
	.header.header-down .nav {
		display: none;
	}
}

.header.header-down .nav-vertical {
	-webkit-animation: fadeOutLeft .5s 0s ease both;
	animation: fadeOutLeft .5s 0s ease both;
}

.header.header-down .find {
	line-height: 80px;
	color: #333;
}

@media (max-width: 1199px) {
	.header.header-down .find {
		line-height: 60px;
	}
}

.header.header-down .find:hover {
	color: #7d0000;
}

.header.header-down .nav-collapse .btn-line,
.header.header-down .nav-collapse .btn-line:nth-child(1),
.header.header-down .nav-collapse .btn-line:nth-child(3) {
	background-color: #666;
}

.header.header-down .language {
	opacity: 1;
	-webkit-animation: fadeInRight 1s 0s ease both;
	animation: fadeInRight 1s 0s ease both;
}

@media (max-width: 350px) {
	.header.header-down .language{
		display: none;
	}
}


/*footer*/

.footer {
	font-size: 0;
	overflow: hidden;
}

.footer .foot_left {
	width: 60%;
	float: left;
	background-color: #303030;
}

.footer .foot_right {
	width: 40%;
	float: right;
	padding: 80px 13% 0 80px;
	background-color: #2a2a2a;
}

.footer .foot {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	padding: 80px 80px 70px 22%;
}

.footer .foot>ul {
	padding: 0;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.footer .foot>ul:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	content: '';
}

.footer .foot>ul>li {
	display: inline-block;
	vertical-align: top;
	word-break: break-all;
}

.footer .foot>ul>li:first-child {
	width: 340px;
	position: relative;
}

.footer .foot>ul>li .item {
	text-align: left;
}

.footer .foot>ul>li h3,
.footer .foot_right .title-foot h3 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	margin: 0;
}

.footer .foot>ul>li .info-down {
	margin-top: 25px;
}

.footer .foot>ul>li .info-down p {
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	word-break: break-word;
}

.footer .foot>ul>li .info-down a {
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.footer .foot>ul>li .item-1 .info-down a {
	padding-bottom: 5px;
}

.footer .foot>ul>li .item-1 .info-down a:hover {
	-webkit-transform: translateX(6px);
	-ms-transform: translateX(6px);
	transform: translateX(6px);
}

.footer .foot>ul>li .item-1 .info-down a:before {
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont';
	content: '\e728';
	margin-right: 15px;
}

.footer .foot>ul>li .item-2 p a {
	display: inline-block;
}

.footer .foot>ul>li .item-2 p a:hover {
	text-decoration: underline !important;
}

.footer .foot>ul>li .item-2 .info-down .peo_tel {
	position: absolute;
	top: 45%;
	right: -25px;
}

.footer .foot>ul>li .item-2 p.address,
.footer .foot>ul>li .item-2 p.tel,
.footer .foot>ul>li .item-2 p.email,
.footer .foot>ul>li .item-2 p.fax {
	position: relative;
	margin: 10px 0;
}

.footer .foot>ul>li .item-2 p:before {
	width: 15px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'iconfont';
	font-size: 15px;
	content: '\e617';
	margin-right: 20px;
	text-align: center;
}

.footer .foot>ul>li .item-2 p.tel:before {
	content: '\e71f';
	font-size: 12px;
}

.footer .foot>ul>li .item-2 p.fax:before {
	content: '\e620';
}

.footer .foot>ul>li .item-2 p.qq:before {
	content: '\e752';
}

.footer .foot>ul>li .item-2 p.email:before {
	content: '\e667';
}

.footer .foot>ul>li .item-2 .peo_tel p:before {
	display: none;
}

.footer .copyright {
	padding: 40px 0 40px 22%;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.footer .copyright p {
	font-size: 14px;
	color: #ffffff;
}

.footer .copyright p a {
	font-size: 14px;
	color: #ffffff;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-left: 20px;
}

.footer .copyright a:hover {
	text-decoration: underline !important;
}

.footer .foot_right .copyright {
	display: none;
}

.footer .foot_right .ipt_form {
	margin-top: 30px;
}

.footer .foot_right .ipt_form ul {
	margin: 0 -5px;
	overflow: hidden;
}

.footer .foot_right .ipt_form ul li {
	padding: 0 5px;
}

.footer .foot_right .ipt_form input,
.footer .foot_right .ipt_form textarea {
	font-size: 12px;
	line-height: 36px;
	min-height: 36px;
	color: rgba(255, 255, 255, .75);
	width: 100%;
	margin-bottom: 10px;
	background-color: #393939;
	border-radius: 2px;
	border: none;
	padding: 0px 20px;
}

.footer .foot_right .ipt_form textarea {
	padding: 10px 20px;
	line-height: 28px;
	min-height: 150px;
}

.footer .foot_right .ipt_form input::-webkit-input-placeholder,
.footer .foot_right .ipt_form textarea::-webkit-input-placeholder {
	color: #AAAAAA;
}

.footer .foot_right .ipt_form input:-o-placeholder,
.footer .foot_right .ipt_form textarea:-o-placeholder {
	color: #AAAAAA;
}

.footer .foot_right .ipt_form input::-moz-placeholder,
.footer .foot_right .ipt_form textarea::-moz-placeholder {
	color: #AAAAAA;
}

.footer .foot_right .ipt_form input:-ms-input-placeholder,
.footer .foot_right .ipt_form textarea:-ms-input-placeholder {
	color: #AAAAAA;
}

.footer .foot_right .ipt_form input:focus::-webkit-input-placeholder,
.footer .foot_right .ipt_form textarea:focus::-webkit-input-placeholder {
	color: #999;
}

.footer .foot_right .ipt_form input:focus::-o-placeholder,
.footer .foot_right .ipt_form textarea:focus::-o-placeholder {
	color: #999;
}

.footer .foot_right .ipt_form input:focus::-moz-placeholder,
.footer .foot_right .ipt_form textarea:focus::-moz-placeholder {
	color: #999;
}

.footer .foot_right .ipt_form input:focus::-ms-input-placeholder,
.footer .foot_right .ipt_form textarea:focus::-ms-input-placeholder {
	color: #999;
}

.footer .foot_right .ipt_form .submit {
	display: block;
	padding: 0 20px;
	background: none;
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.footer .foot_right .ipt_form .submit:after {
	display: inline-block;
	font-family: 'iconfont';
	content: '\e655';
	font-size: 12px;
	margin-left: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.footer .foot_right .ipt_form .submit:hover {
	text-decoration: underline !important;
}

.footer .foot_right .ipt_form .submit:hover:after {
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}

@media (max-width: 1700px) {
	.footer .foot {
		padding: 80px 50px 80px 30px;
	}
	.footer .copyright {
		padding: 40px 0 40px 30px;
	}
	.footer .foot_right {
		padding: 80px 30px 0 50px;
	}
	.footer .foot>ul>li .item-2 .info-down .peo_tel {
		right: -20px;
	}
}

@media (max-width: 1300px) {
	.footer .foot_right {
		padding: 80px 30px 0 40px;
	}
	.footer .foot>ul>li .item-2 .info-down .peo_tel {
		position: static;
		padding-left: 25px;
	}
	.footer .foot>ul>li .item-2 p.fax {
		margin-top: 15px;
	}
	.footer .foot>ul>li:first-child {
		width: 300px;
	}
	.footer .foot>ul>li .item-2 p:before {
		margin-right: 10px;
	}
}

@media (max-width: 1199px) {
	.footer .foot {
		padding: 50px 20px 50px 30px;
	}
	.footer .foot>ul {
		padding: 0;
		text-align: justify;
		text-justify: distribute-all-lines;
		display: block;
		margin: 0 -15px;
	}
	.footer .foot>ul:after {
		display: none;
	}
	.footer .foot>ul>li {
		display: inline-block;
		width: 50% !important;
		padding: 0px 15px 20px 15px;
		vertical-align: top;
	}
	.footer .foot>ul>li:first-child {
		width: 40% !important;
	}
	.footer .foot>ul>li:nth-child(2) {
		width: 20% !important;
	}
	.footer .foot>ul>li:nth-child(3) {
		width: 40% !important;
	}
	.footer .foot_right {
		padding: 50px 30px 147px 30px;
	}
	.footer .foot .container>ul>li .info-down {
		margin-top: 10px;
	}
}

@media (max-width: 991px) {
	.footer .foot_left {
		width: 100%;
		float: none;
	}
	.footer .foot_right {
		width: 100%;
		float: none;
	}
	.footer .foot {
		padding: 15px 15px;
	}
	.footer .foot_right {
		padding: 20px 15px 0 15px;
	}
	.footer .foot_left .copyright {
		display: none;
	}
	.footer .foot_right .copyright {
		display: block;
	}
	.footer .foot>ul>li {
		width: 100% !important;
		padding: 5px 15px;
	}
	.footer .foot>ul>li:first-child,
	.footer .foot>ul>li:nth-child(2),
	.footer .foot>ul>li:nth-child(3) {
		width: 100% !important;
	}
	.footer .foot>ul>li h3,
	.footer .foot_right .title-foot h3 {
		margin: 0;
	}
	.footer .foot>ul>li h3:after {
		font-family: 'iconfont' !important;
		font-size: 14px;
		content: '\e628';
		float: right;
		line-height: 26px;
	}
	.footer .foot>ul>li.current .title-foot h3:after {
		content: '\e623';
	}
	.footer .foot>ul>li .info-down {
		display: none;
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.footer .foot>ul>li:first-child .info-down {
		margin-top: 0;
	}
	.footer .foot_right .ipt_form {
		margin-top: 10px;
	}
	.footer .copyright {
		padding: 20px 15px;
		text-align: center;
	}
	.footer .copyright p a {
		display: block;
		margin-top: 5px;
	}
}


/*img*/

.img-box {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
}

.img-box img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
}


/*pages*/

.page {
	text-align: center;
}

.page li {
	display: inline-block;
	vertical-align: top;
}

.page li a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: solid 1px #d5d5d5;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	color: #848484;
	margin: 0 4px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.page li a {
	display: block;
}

.page li:hover a,
.page li.active a {
	color: #FFFFFF;
	border: solid 1px #00479b;
	background-color: #00479b;
}

.page li.prev a:before {
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e727';
	text-align: center;
}

.page li.next a:before {
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e728';
	text-align: center;
}

@media (max-width: 991px) {
	.page li a {
		font-size: 14px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}


/*table*/

.table-box {
	width: 100%;
	max-width: 100%;
	overflow: auto;
}

table {
	width: 100%;
	/*width: auto;*/
	max-width: 100%;
	border-spacing: 0;
	text-align: center;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

table tr,
table td {
	vertical-align: middle;
	width: auto !important;
	height: auto !important;
	word-break: break-word;
}

table tr:nth-child(odd) {
	// background-color: rgb(242, 242, 242);
}

table td {
	padding: 8px 20px !important;
	border: 1px solid @cf !important;
	/*background-color: #dcdcdc;*/
	&:first-child {
		background-color: #b5b5b5;
	}
}

table tr p,
table tr span {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}


/*online*/

.online-wrap .btn {
	line-height: 36px;
	position: fixed;
	z-index: 9;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	text-align: center;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .7);
}

@media (min-width: 992px) {
	.online-wrap .btn {
		display: none;
	}
}

.online-wrap .btn:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	display: inline-block;
	content: '\e628';
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	color: #fff;
}

.online-wrap .btn.active:before {
	-webkit-transform: rotateZ(225deg);
	-ms-transform: rotate(225deg);
	transform: rotateZ(225deg);
}

.online-wrap .online {
	position: fixed;
	z-index: 8;
	right: 0;
	bottom: 23%;
	-webkit-transition: right .3s;
	transition: right .3s;
	border-top: solid 1px #e1e1e1;
}

.online-wrap .online a {
	position: relative;
	display: block;
	width: 46px;
	height: 46px;
	background-color: #ffffff;
	border-bottom: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
	-webkit-transition: all .4s;
	transition: all .4s;
	line-height: 46px;
	text-align: center;
}

.online-wrap .online a:hover {
	background-color: #898989;
}

.online-wrap .online a:hover:before {
	color: #FFFFFF;
}

.online-wrap .online a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	color: #898989;
}

.online-wrap .icon-email:before {
	font-size: 25px !important;
	content: '\e632';
}

.online-wrap .icon-wechat:before {
	content: '\e7e5';
	font-size: 22px !important;
}

.online-wrap .icon-tel:before {
	content: '\e61c';
}

.online-wrap .icon-skype:before {
	content: '\e618';
}

.online-wrap .icon-arrow-top:before {
	content: '\e774';
	font-size: 28px !important;
}

@media (max-width: 767px) {
	.online-wrap .online a {
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
	.online-wrap .online a:before {
		font-size: 15px;
	}
	.online-wrap .icon-email:before {
		font-size: 18px !important;
	}
}

.online-wrap .online .icon-wechat .mask {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 100%;
	display: none;
	width: 120px;
	height: 120px;
	padding-left: 5px;
}

.online-wrap .online .icon-wechat:hover .mask {
	display: block;
	margin-right: 10px;
}

.online-wrap .online .icon-wechat .mask .mask-box {
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.online-wrap .online .icon-wechat .mask img {
	display: block;
	width: 100%;
}

.online-wrap .online .icon-wechat .mask p {
	font-size: 13px;
	line-height: 16px;
	margin: 5px 0 8px 0;
	color: #888;
}

@media (max-width: 991px) {
	.online-wrap .online {
		right: -60px;
		bottom: 90px;
	}
	.online-wrap .online.active {
		right: 0;
	}
}

@media (max-width: 767px) {
	.online-wrap .online a {
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
	.online-wrap .online a:before {
		font-size: 18px !important;
	}
	.online-wrap .online a.icon-email:before{
		font-size: 20px !important;
	}
	.online-wrap .online a.icon-arrow-top:before {
		font-size: 22px !important;
	}
}


/*zoom*/

.zoomDiv {
	z-index: 9;
	display: none;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
}

@media (min-width: 768px) {
	.zoomDiv {
		position: absolute;
	}
}

.zoomMask {
	position: absolute;
	z-index: 1;
	cursor: move;
	background: url(../images/common/mask.png) repeat scroll 0 0 transparent;
}

@media (max-width: 767px) {
	.zoomMask {
		display: none;
	}
}


/*0*/

.ell-num {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.ell-1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ii {
	display: block;
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e727';
	text-align: center;
}

.section-product .lists .item .pic img,
.innovat .lists .item .pic .img-box img,
.case .item .img-box img,
.news .item .note .pic .img-box img,
.product .item .pic .img-box img {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.section-product .lists .item:hover .pic img,
.innovat .lists .item:hover .pic .img-box img,
.case .item:hover .img-box img,
.news .item:hover .note .pic .img-box img,
.product .item:hover .pic .img-box img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.prod_details .product_box .right .pro_box:after,
.prod_details .product_box:after,
.product .item:after,
.about_service .list:after,
.about_culture .list:after,
.section-product .lists:after,
.footer:after,
.about .about_pic {
	display: table;
	clear: both;
	content: '';
}